Subversion Repositories wimsdev

Rev

Rev 20 | Rev 1049 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
20 reyssat 1
!set email=!trim $email
2
!set author=!trim $author
3
 
4
!if $author!=$empty
5
 Avtor te vaje:
6
 !if $email!=$empty
7
  !mailurl $email $author
8
.
9
 !else
10
  $author.
11
 !endif
12
!endif
13
!if $solution!=$empty and $hint!=$empty
14
 Ta vaja vsebuje namig in celotno rešitev.
15
!endif
16
!if $solution!=$empty and $hint=$empty
17
 Ta vaja vsebuje celotno rešitev.
18
!endif
19
!if $solution=$empty and $hint!=$empty
20
 Ta vaja vsebuje namig.
21
!endif
22
!if $solution$hint=$empty
23
 Ta vaja ne vsebuje niti celotne rešitve niti namiga.
24
!endif
25
Povezava za to vajo: <br>
26
!set exolink=$wims_ref_name?module=$module&cmd=new&exo=$thisexo
1043 bpr 27
<a href="$exolink">$exolink</a> <br>
20 reyssat 28
Povezava za trenutno nastavitev: <br>
29
!if $module_init_parm!=$empty
30
 !set exolink=$wims_ref_name?module=$module&cmd=new&$module_init_parm
31
!else
32
 !set exolink=$wims_ref_name?module=$module&cmd=new
33
!endif
1043 bpr 34
<a href="$exolink">$exolink</a>
20 reyssat 35
<p>
36
Podatki o tej zbirki vaj. <p>
37
$module_about
38
<p>
39
Avtorske pravice za vaje so last njihovih avtorjev.
40
 
41
!changeto NEWS.phtml