template and css changes
authorMarijana Glavica <mglavica@ffzg.hr>
Fri, 22 Oct 2010 17:42:17 +0000 (17:42 +0000)
committerMarijana Glavica <mglavica@ffzg.hr>
Fri, 22 Oct 2010 17:42:17 +0000 (17:42 +0000)
git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@1352 07558da8-63fa-0310-ba24-9fe276d99e06

vhost/ecas/ecas-search.html
vhost/ecas/ecas.css

index 44809cd..d46d7c3 100644 (file)
@@ -1,3 +1,4 @@
+<p>Na jednom mjestu pronađite naslove časopisa u dostupne u različitim zbirkama.</p>
 <a name="form"></a>
 <form method="post">
 <select name="attr">
@@ -27,15 +28,38 @@ rezultata po stranici
 </div>
 
 
+<div id="inputs">
 
+<h2>Zbirke:</h2>
+<ul>
+<li>Cairn</li> 
+<li>Cambridge Journals</li> 
+<li>DOAJ - Directory of Open Access Journals</li> 
+<li>EBSCO Academic Search Complete</li> 
+<li>EBSCO Business Source Complete</li> 
+<li>EBSCO MasterFILE Premier</li> 
+<li>EBSCO GreenFILE</li> 
+<li>EBSCO SocINDEX with Full Text</li> 
+<li>Emerald EMX95</li> 
+<li>Hrčak</li> 
+<li>JSTOR</li> 
+<li>Ovid Full Text</li> 
+<li>Project MUSE</li> 
+<li>PubMed Central</li>
+<li>ScienceDirect</li>
+<li>SpringerLink - Humanities, Social Sciences and Law</li>
+</ul>
 
 
+<!--
 <input name="current_page" value="1" type="hidden">
+-->
 <!--
 <label><input name="debug" value="on" default="0" type="checkbox">debug</label>
 -->
 
-<div id="inputs">
+
+<!--
 <h2>Zbirke</h2>
 <label><input name="only_input" value="cairn" type="checkbox">Cairn</label><br> 
 <label><input name="only_input" value="cambridge" type="checkbox">Cambridge Journals</label><br> 
@@ -53,6 +77,7 @@ rezultata po stranici
 <label><input name="only_input" value="pubmed" type="checkbox">PubMed Central</label><br>
 <label><input name="only_input" value="sd" type="checkbox">ScienceDirect</label><br>
 <label><input name="only_input" value="springer" type="checkbox">SpringerLink - Humanities, Social Sciences and Law</label><br>
+-->
 
 </div>
 
index 2ff6159..44a8857 100644 (file)
@@ -7,8 +7,17 @@
 
 .title {
        font-weight: bold;
+       color: #336699 ;
 }
 
+a {
+       color: #336699 ;
+       text-decoration: none;
+}
+
+a:hover {
+       text-decoration: underline;
+}
 
 #inputs label {
        clear: left;
 }
 
 h1 {
-       font-family: Trebuchet MS,Lucida,Arial,sans-serif ;
+/*     font-family: Trebuchet MS,Lucida,Arial,sans-serif ;
+       color: #336699 ; */
+       color: #FF6600 ;
+       font-size: 15px;
+}
+
+h2 {
+       font-weight: bold;
+       padding-top: 30px;
+       font-size: 15px;
+       color: #666;
+}      
+
+body {
+       color: #666666;
+       font-size: 12px;
 }
 
 form label,
@@ -41,4 +65,11 @@ form input[name=search] {
 
 #plimit {
        text-align: right;
+       float: right;
+}
+
+.message {
+       background-color: #FFF;
+       color: #666;
+       font-size: 90%;
 }