File: source.phtml

package info (click to toggle)
wims 2%3A4.29a%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 185,704 kB
  • sloc: xml: 366,687; javascript: 120,570; ansic: 62,341; java: 62,170; sh: 7,744; perl: 3,937; yacc: 3,217; cpp: 1,915; lex: 1,805; makefile: 1,084; lisp: 914; pascal: 601; python: 520; php: 318; asm: 7
file content (62 lines) | stat: -rw-r--r-- 919 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
!nocache
<h1 class="wimscenter">$tit</h1>

!if $titb=$empty
  <p>
  $name_noncreate2
  </p>
  !exit
!endif

!if $datetest<0
  <p>
  $name_noread
  </p>
  !exit
!endif

!if $datetest>0
  <p>
  $name_expired
  </p>
  !exit
!endif

<h3>$titb ($name_src)
<span class="smaller">
 [
 !href cmd=reply&job=read $n_formatted
 ]</span>
</h3>

<pre wrap>
!mexec scripts/cat.sh $module_dir/$docdir/$doc/src/$block
</pre>

<hr>
!if $wims_class!=$empty and $wims_user!=supervisor
  !exit
!endif
<table class="wimsnoborder">
<tr><td align="left" class="small">
!href cmd=reply&job=read $n_formatted
&nbsp; $n_by
!if $email=$empty
  $author
!else
  !mailurl $email $author
!endif
!! &copy;
</td>
!if help notin $wims_session
  <td style="text-align:right" class="small">
  !href module=home WIMS
  @
  <a href="http://$httpd_HTTP_HOST/">$httpd_HTTP_HOST</a>
  </td>
!endif
</tr></table>
<div class="wimstech">
$n_lastmod $datm

</div>