Changes for page Predoctoral staff: historical record
Last modified by Ricardo Julio Rodríguez Fernández on 2025/07/13 08:08
From version 40.4
edited by Ricardo Julio Rodríguez Fernández
on 2024/01/31 06:32
on 2024/01/31 06:32
Change comment:
Added comment
To version 36.1
edited by Ricardo Julio Rodríguez Fernández
on 2024/01/21 21:56
on 2024/01/21 21:56
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (0 modified, 0 added, 1 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,9 +1,11 @@ 1 +{{sortable_tables filterable="yes" sticky="yes"/}} 2 + 1 1 {{groovy}} 2 2 import groovy.sql.Sql 3 3 4 4 def sql = new Sql(services.component.getConnection()) 5 - println "(% class='doOddEven filterable grid sortable' id='tableid' %)"6 - println " (% class='sortHeader' %)|=n|=Pid|= Surname|= Name|= Category"7 + 8 + println "|=n|=Pid|= Surname|= Name|= Category" 7 7 sql.execute "SET @row_number = 0" 8 8 sql.rows("SELECT (@row_number:=@row_number + 1) AS n,PersonnelID,Surname,Name,CASE WHEN Category LIKE '%management%' THEN 'Rm&T staff' ELSE Category END AS Category FROM IGFAE_Personnel ORDER BY RAND() LIMIT 10").each{ 9 9 println "|${it.n}|${it.PersonnelID}|${it.Surname}|${it.Name}|${it.Category}"
- XWiki.XWikiComments[0]
-
- Author
-
... ... @@ -1,1 +1,0 @@ 1 -XWiki.RicardoJulioRodriguezFernandez - Comment
-
... ... @@ -1,1 +1,0 @@ 1 -testing search - Date
-
... ... @@ -1,1 +1,0 @@ 1 -2024-01-31 06:32:06.661