<%@ taglib uri="http://jakarta.apache.org/taglibs/xtags-1.0" prefix="xtags" %>

<% String pgid="references"; %>  
<%@ include file="commonjsps/i.top.jsp" %> 
 
<%String path_xml= Message.getMessageBundle("path.xml.references",bundle,request); %>

<link rel="stylesheet" type="text/css" href="<%=cpath%>/theme/interior.css"/>

				<div id="breadcrumbs"><bean:message key="breadcrumbs.references"/></div>
			</div>
		</div>
  		<div id="bodyArea">
  			  <div id="col_2"> 
					<%@ include file="commonjsps/i.news.jsp" %> 
			  </div>
			  <div id="col_1">
			  		<h1><bean:message key="title.references"/></h1>
				    <xtags:parse uri="<%=path_xml%>"/>
					<xtags:forEach select="references/reference">	
					    <xtags:variable id="description" select="description"/>
					    <div class="reference">
					    	<%=description%>
					    </div>
					    <b><xtags:valueOf select="nume"/></b>, <b><xtags:valueOf select="judet"/></b>
			    	</xtags:forEach>
			  </div>
			  <br><br>
		</div>
<%@ include file="commonjsps/i.bottom.jsp" %>   		


<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-59017125-1', 'auto');
  ga('send', 'pageview');

</script>