Archive: ComponentOwl Rails app, DB backups, go redirect script

This commit is contained in:
EC2 Default User
2026-03-23 16:20:05 +00:00
commit 50037f386f
218 changed files with 14558 additions and 0 deletions

View 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>

View File

View File

@@ -0,0 +1 @@
<%= render :partial => "shared/tiny_footer" %>

View 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" />

View File

@@ -0,0 +1 @@
<%= page_include %>

View File

@@ -0,0 +1 @@
<%= render :partial => "shared/header" %>

View 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>

View 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>

View 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>