Skip to content

Commit

Permalink
Copying XTF Home from legacy SVN repository
Browse files Browse the repository at this point in the history
  • Loading branch information
randalldfloyd committed Apr 8, 2019
1 parent 26c656a commit 30a83fe
Show file tree
Hide file tree
Showing 82 changed files with 26,341 additions and 0 deletions.
1 change: 1 addition & 0 deletions brand/TEIgeneral.xml
124 changes: 124 additions & 0 deletions brand/custom.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@

<brand owner="[email protected]">

<links>
<link rel="stylesheet" href="css/tei-custom.css"/>
<link rel="stylesheet" media="print" href="css/print.css" type="text/css" />
<link rel="stylesheet" type="text/css" media="@media only screen and (max-width: 480px), only screen and (max-device-width: 480px)" href="css/small_device.css" />
<!-- <script type="text/javascript" src="http://www.dlib.indiana.edu/lib/js/ext-core/3.0/ext-core.js"/>-->
<script type="text/javascript" src="js/iufa/dynaxml.js"/>
<script type="text/javascript" src="js/iufa/functions.js"/>
<script type="text/javascript">
function doClear(theText) {
if (theText.value == theText.defaultValue) {
theText.value = "";
}
}
</script>
<script type="text/javascript" src="js/iufa/dom-drag.js"></script>
<!-- Javascript file for AddThis button -->
<!-- <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=diglib"/>-->
</links>

<headerIU>
<div id="skipnav">
<a href="#skipnavLink">Skip to Content</a>
</div>
<div id="identity">
<div id="signature">
<a href="http://www.iub.edu/" title="Indiana University"><img src="/tei-custom/images/iu_white.gif" alt="Indiana University" width="171" height="44" /></a>
</div>
<hr />
</div>
</headerIU>


<header>

<ul id="top_nav_links" role="navigation">
<li><a href="/tei-custom/welcome.do?brand=tei-custom">Home</a></li>
<li><a href="/tei-custom/projectinfo.do">Project Information</a></li>
<li><a href="/tei-custom/help.do">Help</a></li>
<li><a href="/tei-custom/search?smode=showBag&amp;brand=tei-custom">My Selections</a></li>
</ul>

<form id="top_search_form" method="get" action="/tei-custom/search" role="search">
<fieldset>
<input type="hidden" name="brand" value="tei-custom" />
<input type="hidden" name="style" value="" />
<input type="hidden" name="smode" value="simple" />
<input type="hidden" name="rmode" value="none" />
<label for="freeformQuery">Search TEI Custom</label>
<input name="freeformQuery" id="freeformQuery" type="text" size="20" value="keyword search" onfocus="doClear(this)" />
<input type="submit" value="Search" onclick="return checkTopForm();" />
</fieldset>
</form>


<div id="banner" role="banner">
<h1>TEI Custom</h1>
</div>

<div id="navigation" role="navigation">

<ul id="main_nav">
<li><a href="/tei-custom/search?smode=advanced;brand=tei-custom">Search</a></li>
<li class="nopipe spaceout">Browse:</li>
<li><a href="/tei-custom/search?text1=*;field1=facet-Content_Type;sort=creator;browseText=Author;expand=Author_Browse" title="Browse Authors">Authors</a></li>
<li class="pipe"><a href="/tei-custom/browse.do?type=title&amp;filter=A&amp;brand=tei-custom" title="Browse Books">Books</a></li>
<li class="pipe"><a href="/tei-custom/browse.do?type=daterange&amp;filter=num&amp;brand=tei-custom" title="Browse by Publication Year">Years</a></li>
</ul>


<a id="skipnavLink"></a>
</div>


<!-- end header -->
</header>




<footer>
<!-- start footer -->
<p>
<a href="http://www.dlib.indiana.edu">IU Digital Library Program</a>
</p>
<p>
Comments: <a href="mailto:[email protected]">[email protected]</a>
</p>
<!-- end footer -->
</footer>


<footerIU>
<!-- start footerIU -->
<div id="footerIU" role="contentinfo">
<hr />
<div id="copyright">
<div id="blockiu">
<a href="http://www.indiana.edu/" title="Indiana University"><img src="/tei-custom/images/blockiu_white.gif" alt="Block IU" width="22" height="28" /></a>
</div> <!-- END blockiu -->
<div id="statement">
<a href="http://www.indiana.edu/comments/copyright.shtml" title="Copyright">Copyright</a> &#169;

The Trustees of <a href="http://www.indiana.edu/" title="Indiana University">Indiana University</a> &#124; <a href="http://www.indiana.edu/comments/complaint.shtml" title="Copyright Complaints">Copyright Complaints</a> &#124; <a href="http://www.libraries.iub.edu/index.php?pageId=1137">Libraries Privacy Policy</a>
</div> <!-- END statement -->
</div><!-- END copyright -->
</div><!-- END footerIU -->
<!-- end footerIU -->
<!-- Acquire a tracker ID and uncomment for Google Analytics -->
<!--<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-5726636-6");
pageTracker._trackPageview();
} catch(err) {}
</script>
--> </footerIU>

</brand>
1 change: 1 addition & 0 deletions brand/default.xml
130 changes: 130 additions & 0 deletions brand/general.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@

<brand owner="[email protected]">

<brandName>Default Brand</brandName>

<links>
<link rel="stylesheet" href="css/TEIgeneral.css"/>
<link rel="stylesheet" media="print" href="css/print.css" type="text/css" />
<link rel="stylesheet" type="text/css" media="@media only screen and (max-width: 480px), only screen and (max-device-width: 480px)" href="css/small_device.css" />
<!-- <script type="text/javascript" src="http://www.dlib.indiana.edu/lib/js/ext-core/3.0/ext-core.js"/>-->
<script type="text/javascript" src="js/iufa/dynaxml.js"/>
<script type="text/javascript" src="js/iufa/functions.js"/>
<script type="text/javascript">
function doClear(theText) {
if (theText.value == theText.defaultValue) {
theText.value = "";
}
}
</script>
<script type="text/javascript" src="js/iufa/dom-drag.js"></script>
<!-- Javascript file for AddThis button -->
<!-- <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js?pub=diglib"/>-->
</links>

<headerIU>
<div id="skipnav">
<a href="#skipnavLink">Skip to Content</a>
</div>
<div id="identity">
<div id="signature">
<a href="http://www.iub.edu/" title="Indiana University"><img src="/TEIgeneral/images/iu_white.gif" alt="Indiana University" width="171" height="44" /></a>
</div>
<hr />
</div>
</headerIU>


<header>

<ul id="top_nav_links" role="navigation">
<li><a href="/TEIgeneral/welcome.do?brand=TEIgeneral">Home</a></li>
<li><a href="/TEIgeneral/projectinfo.do">Project Information</a></li>
<li><a href="/TEIgeneral/help.do">Help</a></li>
<li><a href="/TEIgeneral/search?smode=showBag&amp;brand=TEIgeneral">My Selections</a></li>
</ul>

<form id="top_search_form" method="get" action="/TEIgeneral/search" role="search">
<fieldset>
<input type="hidden" name="brand" value="TEIgeneral" />
<input type="hidden" name="style" value="" />
<input type="hidden" name="smode" value="simple" />
<input type="hidden" name="rmode" value="none" />
<label for="freeformQuery">Search TEI General</label>
<input name="freeformQuery" id="freeformQuery" type="text" size="20" value="keyword search" onfocus="doClear(this)" />
<input type="submit" value="Search" onclick="return checkTopForm();" />
</fieldset>
</form>


<div id="bannerDiv" role="banner">
<h1 class="banner">TEI General</h1>
<img id="banner" src="/TEIgeneral/images/TEIgeneral.png"/>
</div>


<div id="navigation" role="navigation">

<ul id="main_nav">
<li><a href="/TEIgeneral/search?smode=advanced;brand=TEIgeneral">Search</a></li>
<li class="nopipe spaceout">Browse:</li>
<li><a href="/TEIgeneral/browse.do?type=creator&amp;filter=A" title="Browse by Author">Author</a></li>
<li class="pipe"><a href="/TEIgeneral/browse.do?type=title&amp;filter=A" title="Browse by Title"> Title</a></li>
<li class="pipe"><a href="/TEIgeneral/browse.do?type=daterange&amp;filter=num" title="Browse by Publication Year"> Year</a></li>
</ul>


<a id="skipnavLink"></a>
</div>


<!-- end header -->
</header>




<footer>
<!-- start footer -->
<p>
<a href="http://www.dlib.indiana.edu">IU Digital Library Program</a>
</p>
<p>
Comments: <a href="mailto:[email protected]">[email protected]</a>
</p>
<br/>
<a href="http://www.libraries.iub.edu/index.php?pageId=1137">Libraries Privacy Policy</a>
<!-- end footer -->
</footer>


<footerIU>
<!-- start footerIU -->
<div id="footerIU" role="contentinfo">
<hr />
<div id="copyright">
<div id="blockiu">
<a href="http://www.indiana.edu/" title="Indiana University"><img src="/TEIgeneral/images/blockiu_white.gif" alt="Block IU" width="22" height="28" /></a>
</div> <!-- END blockiu -->
<div id="statement">
<a href="http://www.indiana.edu/comments/copyright.shtml" title="Copyright">Copyright</a> &#169;

The Trustees of <a href="http://www.indiana.edu/" title="Indiana University">Indiana University</a> &#124; <a href="http://www.indiana.edu/comments/complaint.shtml" title="Copyright Complaints">Copyright Complaints</a> &#124; <a href="http://www.libraries.iub.edu/index.php?pageId=1137">Libraries Privacy Policy</a>
</div> <!-- END statement -->
</div><!-- END copyright -->
</div><!-- END footerIU -->
<!-- end footerIU -->
<!-- Acquire a tracker ID and uncomment for Google Analytics -->
<!--<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-5726636-6");
pageTracker._trackPageview();
} catch(err) {}
</script>
--> </footerIU>

</brand>
1 change: 1 addition & 0 deletions brand/tei-custom.xml
Loading

0 comments on commit 30a83fe

Please sign in to comment.