Skip to content

Commit

Permalink
android
Browse files Browse the repository at this point in the history
  • Loading branch information
k1row committed Jan 10, 2013
1 parent 4b5e8e4 commit 45d2fc9
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
34 changes: 34 additions & 0 deletions app/views/search/opera.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<head>
</head>

<body>
<p>
iOs web<br>
SID:62056d310111552c37e049d931fa708c1447520b515a84212cf971469b843bcf<br>
<div class="ad_frame sid_ container_div color_#0000CC-#444444-#FFFFFF-#0000FF-#009900 sp"></div>
</p>

<p>
iOs App<br>
SID:62056d310111552c37e049d931fa708cf5bb4245da6036bd3c5923781244dee3<br>
<div class="ad_frame sid_62056d310111552c37e049d931fa708cf5bb4245da6036bd3c5923781244dee3 container_div color_#0000CC-#444444-#FFFFFF-#0000FF-#009900 sp"></div>
</p>

<p>
Android web<br>
SID:62056d310111552c37e049d931fa708c0db5821dae768aed61dd48404463a51c<br>
<div class="ad_frame sid_62056d310111552c37e049d931fa708c0db5821dae768aed61dd48404463a51c container_div color_#0000CC-#444444-#FFFFFF-#0000FF-#009900 sp"></div>
</p>

<p>
Android App<br>
SID:62056d310111552c37e049d931fa708c3005f5386a9cf94aa5487b414562a173<br>
<div class="ad_frame sid_62056d310111552c37e049d931fa708c3005f5386a9cf94aa5487b414562a173 container_div color_#0000CC-#444444-#FFFFFF-#0000FF-#009900 sp"></div>
</p>

<script src='http://j.amoad.com/js/aa.js?link=${ADCLOUD_LINK_ENCODE}' type='text/javascript' charset='utf-8'></script>
</body>
</html>
3 changes: 3 additions & 0 deletions config/routes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
get "search/millennial"
post "search/millennial"

get "search/opera"
post "search/opera"


resources :items

Expand Down

0 comments on commit 45d2fc9

Please sign in to comment.