Subversion Repositories wimsdev

Rev

Rev 11903 | Rev 11906 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11903 Rev 11904
Line 56... Line 56...
56
<pre>
56
<pre>
57
!sh head -n 700 html/Changelog
57
!sh head -n 700 html/Changelog
58
</pre>
58
</pre>
59
 
59
 
60
!if $wims_theme_icon!=$empty
60
!if $wims_theme_icon!=$empty
61
<h2> Information Pictos</h2>
61
  <h2> Information Pictos</h2>
62
!set icon_about=!defof title,author,description,address,version,copyright in wimshome/public_html/gifs/themes/$wims_theme_icon/INDEX
62
  !set icon_about=!defof title,author,description,address,version,copyright in wimshome/public_html/gifs/themes/$wims_theme_icon/INDEX
63
  $table_header
63
  $table_header
64
   <caption class="text_icon about">[Information Pictos]</caption>\
64
    <caption><span class="text_icon about">[Information Pictos]</span></caption>
65
   $table_tr<th>$wims_name_title</th><td>$(icon_about[1])</td></tr>
65
    $table_tr<th>$wims_name_title</th><td>$(icon_about[1])</td></tr>
66
   $table_tr<th>$wims_name_Author</th><td>$(icon_about[2])</td></tr>
66
    $table_tr<th>$wims_name_Author</th><td>$(icon_about[2])</td></tr>
67
   $table_tr<th>$wims_name_Description</th><td>$(icon_about[3])</td></tr>
67
    $table_tr<th>$wims_name_Description</th><td>$(icon_about[3])</td></tr>
68
   $table_tr<th>$wims_name_Address</th><td><a target="_blank" href="$(icon_about[4])">$(icon_about[4])</a></td></tr>
68
    $table_tr<th>$wims_name_Address</th><td><a target="_blank" href="$(icon_about[4])">$(icon_about[4])</a></td></tr>
69
   $table_tr<th>$wims_name_Version</th><td>$(icon_about[5])</td></tr>
69
    $table_tr<th>$wims_name_Version</th><td>$(icon_about[5])</td></tr>
70
   $table_tr<th>$wims_name_Copyright</th><td>$(icon_about[6])</td></tr>
70
    $table_tr<th>$wims_name_Copyright</th><td>$(icon_about[6])</td></tr>
71
   $table_end
71
  $table_end
72
!endif
72
!endif
73
 
73
 
74
!if $wims_forum_limit<=1
74
!if $wims_forum_limit<=1
75
 !href target=wims_lightpopup module=adm/forum/mboard&forum=1001&lightpopup=yes Historical forum
75
 !href target=wims_lightpopup module=adm/forum/mboard&forum=1001&lightpopup=yes Historical forum
76
!endif
76
!endif