Subversion Repositories wimsdev

Rev

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

Rev 2302 Rev 3049
Line 11... Line 11...
11
$table_hdtr<th>$wims_name_title<th>$wims_name_Status<th>$wims_name_Language<th>$wims_name_Description
11
$table_hdtr<th>$wims_name_title<th>$wims_name_Status<th>$wims_name_Language<th>$wims_name_Description
12
!for i=1 to $ccnt
12
!for i=1 to $ccnt
13
 !set l=!record $i of $indf
13
 !set l=!record $i of $indf
14
 !distribute items $l into code,la
14
 !distribute items $l into code,la
15
 !defread wimshome/log/forums/$code/.def
15
 !defread wimshome/log/forums/$code/.def
16
 $table_tr<td align=center>$mb_title
16
 $table_tr<td align="center">$mb_title
17
 <td align=center>
17
 <td align="center">
18
 !reset user_exists
18
 !reset user_exists
19
 !read wimshome/$wims_sesdir/mb_user.$code
19
 !read wimshome/$wims_sesdir/mb_user.$code
20
 !if $user_exists=$empty
20
 !if $user_exists=$empty
21
  !if $mb_readpolicy=open
21
  !if $mb_readpolicy=open
22
   !href module=adm/forum/mboard&forum=$code $name_visitor
22
   !href module=adm/forum/mboard&forum=$code $name_visitor
Line 38... Line 38...
38
   !href cmd=reply&type=authuser&forum=$code $name_user
38
   !href cmd=reply&type=authuser&forum=$code $name_user
39
   &nbsp;
39
   &nbsp;
40
   !href module=adm/forum/mboard&forum=$code $name_owner
40
   !href module=adm/forum/mboard&forum=$code $name_owner
41
  !endif
41
  !endif
42
 !endif
42
 !endif
43
 </td><td align=center><img src="gifs/$la.gif" alt="$la"></td>
43
 </td><td align="center"><img src="gifs/$la.gif" alt="$la"></td>
44
 <td>$mb_description</td>
44
 <td>$mb_description</td>
45
!next i
45
!next i
46
$table_end <p>
46
$table_end <p>
47
 
47
 
48
!read lang/names.phtml.$modu_lang create
48
!read lang/names.phtml.$modu_lang create