Sha256: f04b7f6bdb31fd0b2cc4346a918ae07787fdb5b23d6bd4a328dae97fd3df8dc6

Contents?: true

Size: 1.66 KB

Versions: 7

Compression:

Stored size: 1.66 KB

Contents

<div class="inner">
	<div class="hd">
		<span style="float:right;">
			<%=link_to_function(image_tag("tr8n/close.gif"), "tr8nLightbox.hide();")%>
		</span>
		<%=trl("Tr8n Translation Memory Statistics")%>
	</div>
	
	<style>
		.stats td {
			font-size:12px; 
			font-weight:bold; 
			padding:5px; 
			text-align:left;
			border-bottom:1px solid #ccc;
		}
	</style>

	<div class="bd">
			<table class="stats" style="width:100%" celppading="0px" cellspacing="0px">
				<tr>
					<td style="">Total Languages</td>
			    <td style="text-align:right;"><%=Tr8n::Language.count%></td>
				</tr>
				<tr>
					<td style="">Enabled Languages</td>
			    <td style="text-align:right;"><%=Tr8n::Language.enabled_languages.count%></td>
				</tr>
				<tr>
					<td style="">Translators</td>
			    <td style="text-align:right;"><%=Tr8n::Translator.count%></td>
				</tr>
				<tr>
					<td style="">Translation Keys</td>
			    <td style="text-align:right;"><%=Tr8n::TranslationKey.count%></td>
				</tr>
				<tr>
					<td style="">Translations</td>
			    <td style="text-align:right;"><%=Tr8n::Translation.count%></td>
				</tr>
				<tr>
					<td style="">Translation Votes</td>
			    <td style="text-align:right;"><%=Tr8n::TranslationVote.count%></td>
				</tr>
				<tr>
					<td style="">Sources</td>
			    <td style="text-align:right;"><%=Tr8n::TranslationSource.count%></td>
				</tr>

				<tr>
					<td style="">Cache Enabled</td>
			    <td style="text-align:right;"><%=Tr8n::Cache.enabled?%></td>
				</tr>

				<% if Tr8n::Cache.enabled? %>
				<tr>
					<td style="">Cache Version</td>
			    <td style="text-align:right;"><%=Tr8n::Cache.version%></td>
				</tr>
				<% end %>
			</table>
	</div>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
tr8n-3.2.3 app/views/tr8n/help/lb_stats.html.erb
tr8n-3.2.2 app/views/tr8n/help/lb_stats.html.erb
tr8n-3.2.1 app/views/tr8n/help/lb_stats.html.erb
tr8n-3.2.0 app/views/tr8n/help/lb_stats.html.erb
tr8n-3.1.8 app/views/tr8n/help/lb_stats.html.erb
tr8n-3.1.7 app/views/tr8n/help/lb_stats.html.erb
tr8n-3.1.6 app/views/tr8n/help/lb_stats.html.erb