Archive: ComponentOwl Rails app, DB backups, go redirect script
This commit is contained in:
8
app/views/wp/blv_sidebar_ad.html.erb
Normal file
8
app/views/wp/blv_sidebar_ad.html.erb
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="dextronet-sidebar-ad-box">
|
||||
<h2>Better ListView</h2>
|
||||
<p>
|
||||
Better list view control for .NET<br />
|
||||
<%= link_to(image_tag("blv-blog-sidebar.gif", :class => "screenshot", :alt => "Better ListView"), featured_product) %>
|
||||
</p>
|
||||
<%= link_to(t('txt.blog.download'), download_path(featured_product), :class => "download") %>
|
||||
</div>
|
||||
0
app/views/wp/feeds.html.erb
Normal file
0
app/views/wp/feeds.html.erb
Normal file
1
app/views/wp/footer.html.erb
Normal file
1
app/views/wp/footer.html.erb
Normal file
@@ -0,0 +1 @@
|
||||
<%= render :partial => "shared/tiny_footer" %>
|
||||
11
app/views/wp/get_meta_tags.html.erb
Normal file
11
app/views/wp/get_meta_tags.html.erb
Normal file
@@ -0,0 +1,11 @@
|
||||
<meta name="keywords" content="<%= meta_tags.keywords %>" />
|
||||
<meta name="description" content="<%= meta_tags.description %>" />
|
||||
<meta name="author" content="Dextronet" />
|
||||
<meta http-equiv="Title" content="<%= meta_tags.title %>" />
|
||||
<meta name="copyright" content="(c) 2010 Dextronet" />
|
||||
<meta name="distribution" content="Global" />
|
||||
<meta name="rating" content="General" />
|
||||
<meta name="robots" content="All" />
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
<meta name="verify-v1" content="NK0H1gWia1vxGZ2Yhr59gsS0/P2/USBI1DVA18VkzjM=" />
|
||||
<link rel="shorcut icon" href="/favicon2.ico" />
|
||||
1
app/views/wp/get_page_include.html.erb
Normal file
1
app/views/wp/get_page_include.html.erb
Normal file
@@ -0,0 +1 @@
|
||||
<%= page_include %>
|
||||
1
app/views/wp/header.html.erb
Normal file
1
app/views/wp/header.html.erb
Normal file
@@ -0,0 +1 @@
|
||||
<%= render :partial => "shared/header" %>
|
||||
9
app/views/wp/post_ad_blv.html.erb
Normal file
9
app/views/wp/post_ad_blv.html.erb
Normal file
@@ -0,0 +1,9 @@
|
||||
<div class="product-ad blv-ad">
|
||||
<%= link_to(image_tag("blv-blog-post.gif", :class => "screenshot", :alt => "Better ListView"), featured_product) %>
|
||||
<h3><%= link_to "Better ListView", featured_product %></h3>
|
||||
<p>Ultimate .NET ListView replacement control<br />for WinForms (C#, VB.NET)</p>
|
||||
<div class="buttons">
|
||||
<span class="dbtn-c dbtn-hilight"><span class="dbtn-w"><%= download_link_to "Download", featured_product, :class => "dbtn" %></span></span>
|
||||
<span class="dbtn-c"><span class="dbtn-w"><%= link_to("More Info", featured_product, :class => "dbtn") %></span>
|
||||
</div>
|
||||
</div>
|
||||
9
app/views/wp/post_ad_stdl.html.erb
Normal file
9
app/views/wp/post_ad_stdl.html.erb
Normal file
@@ -0,0 +1,9 @@
|
||||
<div class="product-ad stdl-ad">
|
||||
<%= link_to(image_tag("stdl-blog-post.gif", :class => "screenshot", :alt => "stdl"), Settings.stdl_url) %>
|
||||
<h3><%= link_to("Swift To-Do List", Settings.stdl_url) %></h3>
|
||||
<p><%= t('txt.blog.stdl') %></p>
|
||||
<div class="buttons">
|
||||
<span class="dbtn-c dbtn-hilight"><span class="dbtn-w"><%= link_to "Download", Settings.stdl_download, :class => "dbtn" %></span></span>
|
||||
<span class="dbtn-c"><span class="dbtn-w"><%= link_to("More Info", Settings.stdl_url, :class => "dbtn") %></span>
|
||||
</div>
|
||||
</div>
|
||||
8
app/views/wp/sidebar_ad.html.erb
Normal file
8
app/views/wp/sidebar_ad.html.erb
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="dextronet-sidebar-ad-box">
|
||||
<h2><%= featured_product.name %></h2>
|
||||
<p>
|
||||
<%= t('txt.blog.stdl') %><br />
|
||||
<%= link_to(image_tag("stdl-blog-sidebar.gif", :class => "screenshot", :alt => "stdl"), featured_product) %>
|
||||
</p>
|
||||
<%= link_to(t('txt.blog.download'), download_path(featured_product), :class => "download") %>
|
||||
</div>
|
||||
Reference in New Issue
Block a user