/[webpac]/branches/ffzg/public_html/template.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/ffzg/public_html/template.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

trunk/public_html/template.html revision 156 by dpavlin, Mon Nov 17 20:46:18 2003 UTC branches/ffzg/public_html/template.html revision 766 by dpavlin, Thu Aug 23 22:32:15 2007 UTC
# Line 1  Line 1 
1  <html>  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2  <head>  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3  <title>FF WebPAC</title>    <head>
4  <meta http-equiv="Content-Type" content="text/html ; charset=ISO-8859-2">          <title>
5  <link rel="stylesheet" type="text/css" href="style.css">          WebPAC - Knjižnice Filozofskog fakulteta u Zagrebu
6  <script src="do_checkbox.js" type="text/javascript"></script>          </title>        
7  </head>          <meta http-equiv="content-type" content="text/html; charset=ISO-8859-2"/>
8  <body bgcolor="FFFFE8">          <meta name="description" content="Simplex webtemplate"/>
9            <meta name="keywords" content="katalog, knjižnice, Filozofski fakulet"/>
10            <meta name="author" content=""/>
11            <link href="style2.css" rel="stylesheet" type="text/css"/>
12            <script src="do_checkbox.js" type="text/javascript"></script>
13      </head>
14    
15  ##webpac##  <body>
16    <div id="main" align="center">
17    
18            <div id="header">
19                    <span class="title">Knjižnice<span class="darktitle"> Filozofskog fakulteta</span></span><br/><span class="subt">Sveučilišta u <span class="subt2">Zagrebu</span></span>
20            </div>
21    
22            <div class="nav">
23                    <a href="http://www.knjiznice.ffzg.hr/katalozi">katalozi</a>
24                    <a href="http://www.knjiznice.ffzg.hr/baze">baze podataka</a>
25                    <a href="http://www.knjiznice.ffzg.hr/dzbirke">digitalne zbirke</a>
26                    <a href="http://www.knjiznice.ffzg.hr/knjiznice">knjižnice i usluge</a>
27            </div>
28          
29            <div id="titleBar">
30                    Katalog Knjižnica FF-a
31            </div>
32          
33            <div id="breadcrumb">
34            .
35            </div>
36          
37            <div id="content">
38    
39            ##webpac##
40    
41                    <div id="block">
42                    </div>
43    
44                    <h3></h3>
45            
46                    <div id="footer">
47                            Knjižnice Filozofskog fakulteta . URI http://www.knjiznice.ffzg.hr <br/>
48                            open source web design<br/>
49                            <a href="http://www.ffzg.hr/">Filozofski fakultet u Zagrebu</a><br/>
50                    </div>
51          
52                    <div id="login">
53                            login
54                    </div>  
55            </div>
56    </div>
57  </body>  </body>
58  </html>  </html>

Legend:
Removed from v.156  
changed lines
  Added in v.766

  ViewVC Help
Powered by ViewVC 1.1.26