Commit bcfe6e28661a73d6acd6389b24faa8745ddd0476

Authored by Daniela Feitosa
1 parent 5019f09b

Replacing rhtml by html.erb on file extensions

categories.html.erb 0 → 120000
... ... @@ -0,0 +1 @@
  1 +../participa-theme/categories.html.erb
0 2 \ No newline at end of file
... ...
categories.rhtml
... ... @@ -1 +0,0 @@
1   -../participa-theme/categories.rhtml
2 0 \ No newline at end of file
footer.html.erb 0 → 120000
... ... @@ -0,0 +1 @@
  1 +../participa-theme/footer.html.erb
0 2 \ No newline at end of file
... ...
header.html.erb 0 → 100644
... ... @@ -0,0 +1,106 @@
  1 +<div id="barra-brasil">
  2 + <a href="http://brasil.gov.br" style="background:#7F7F7F; height: 20px; padding:4px 0 4px 10px; display: block; font-family:sans,sans-serif; text-decoration:none; color:white; ">Portal do Governo Brasileiro</a>
  3 +</div>
  4 +<div class="header-content">
  5 + <div role="banner" id="header">
  6 + <div>
  7 + <ul id="accessibility">
  8 + <li>
  9 + <a id="link-conteudo" href="#content" accesskey="1">
  10 + Ir para o conteúdo
  11 + <span>1</span>
  12 + </a>
  13 + </li>
  14 + <li>
  15 + <a id="link-navegacao" href="#barra-psocial" accesskey="2">
  16 + Ir para o menu
  17 + <span>2</span>
  18 + </a>
  19 + </li>
  20 + <li>
  21 + <a id="link-buscar" href="#portal-searchbox" accesskey="3">
  22 + Ir para a busca
  23 + <span>3</span>
  24 + </a>
  25 + </li>
  26 + <li>
  27 + <a id="link-rodape" href="#theme-footer" accesskey="4">
  28 + Ir para o rodapé
  29 + <span>4</span>
  30 + </a>
  31 + </li>
  32 + </ul>
  33 + <ul id="portal-siteactions">
  34 + <li id="siteaction-accessibility">
  35 + <a href="#">Acessibilidade</a>
  36 + </li>
  37 + <li id="siteaction-contraste">
  38 + <a href="#">Alto Contraste</a>
  39 + </li>
  40 + <li id="siteaction-mapadosite">
  41 + <a href="/search">Mapa do Site</a>
  42 + </li>
  43 + </ul>
  44 +
  45 + <div id="logo">
  46 + <a title="Participa.br" href="/">
  47 + <span id="portal-title">Participa.br</span>
  48 + </a>
  49 + </div>
  50 +
  51 + <div role="search" id="portal-searchbox">
  52 + <form action="/search">
  53 + <input type="text" autocomplete="off" name="query" size="18" title="Buscar no Site" placeholder="Buscar no Site" accesskey="3" class="searchField" id="searchGadget">
  54 + <input type="submit" class="searchButton" value="Buscar"></form>
  55 + </div>
  56 +
  57 + <div id="social-icons">
  58 + <ul>
  59 + <li>
  60 + <a id="sb_flickr" title="Flickr" href="#"><span>Flickr</span></a>
  61 + </li>
  62 + <li>
  63 + <a id="sb_face" title="Facebook" href="http://facebook.com/participabr"><span>Facebook</span></a>
  64 + </li>
  65 + <li>
  66 + <a id="sb_youtb" title="Youtube" href="#"><span>Youtube</span></a>
  67 + </li>
  68 + <li>
  69 + <a id="sb_tweet" title="Twitter" href="http://twitter.com/participabr"><span>Twitter</span></a>
  70 + </li>
  71 + </ul>
  72 + </div>
  73 + </div>
  74 +
  75 + <div id="sobre">
  76 + <ul>
  77 + <li id="link-faq">
  78 + <a href="/ajuda/ajuda/duvidas-frequentes">Perguntas frequentes</a>
  79 + </li>
  80 + <li id="link-contact">
  81 + <a href="/contact/portal/new">Contato</a>
  82 + </li>
  83 + </ul>
  84 + </div>
  85 + </div>
  86 +</div>
  87 +
  88 +<div id="barra-psocial">
  89 + <div id="categories_menu">
  90 + <%= theme_include 'categories' %>
  91 + </div>
  92 +</div>
  93 +
  94 +<div id="search-header">
  95 + <%= render :partial => 'shared/profile_search_form' %>
  96 +</div>
  97 +
  98 +<% if logged_in? && profile.admins.include?(user) %>
  99 + <div id="admin-bts">
  100 + <a id="cmm-admin" class="quick-admin-link" href='<%= "/myprofile/#{profile.identifier}" %>'>Admin OSC</a>
  101 + <a id="edit-blocks" class="quick-admin-link" href='<%= "/myprofile/#{profile.identifier}/profile_design" %>'>Editar blocos</a>
  102 + <a id="upload-image" class="quick-admin-link" href='<%= "/myprofile/#{profile.identifier}/cms/upload_files" %>'>Subir imagem</a>
  103 + <a id="highlight-image" class="quick-admin-link" href='<%= "/myprofile/#{profile.identifier}/cms/view/71603" %>'>Imagem para destaque<br/>(755px &times; 276px)</a>
  104 + <a id="new-post" class="quick-admin-link" href='<%= "/myprofile/#{profile.identifier}/cms/view/61118" %>'>Novo post</a>
  105 + </div>
  106 +<% end %>
... ...
header.rhtml
... ... @@ -1,106 +0,0 @@
1   -<div id="barra-brasil">
2   - <a href="http://brasil.gov.br" style="background:#7F7F7F; height: 20px; padding:4px 0 4px 10px; display: block; font-family:sans,sans-serif; text-decoration:none; color:white; ">Portal do Governo Brasileiro</a>
3   -</div>
4   -<div class="header-content">
5   - <div role="banner" id="header">
6   - <div>
7   - <ul id="accessibility">
8   - <li>
9   - <a id="link-conteudo" href="#content" accesskey="1">
10   - Ir para o conteúdo
11   - <span>1</span>
12   - </a>
13   - </li>
14   - <li>
15   - <a id="link-navegacao" href="#barra-psocial" accesskey="2">
16   - Ir para o menu
17   - <span>2</span>
18   - </a>
19   - </li>
20   - <li>
21   - <a id="link-buscar" href="#portal-searchbox" accesskey="3">
22   - Ir para a busca
23   - <span>3</span>
24   - </a>
25   - </li>
26   - <li>
27   - <a id="link-rodape" href="#theme-footer" accesskey="4">
28   - Ir para o rodapé
29   - <span>4</span>
30   - </a>
31   - </li>
32   - </ul>
33   - <ul id="portal-siteactions">
34   - <li id="siteaction-accessibility">
35   - <a href="#">Acessibilidade</a>
36   - </li>
37   - <li id="siteaction-contraste">
38   - <a href="#">Alto Contraste</a>
39   - </li>
40   - <li id="siteaction-mapadosite">
41   - <a href="/search">Mapa do Site</a>
42   - </li>
43   - </ul>
44   -
45   - <div id="logo">
46   - <a title="Participa.br" href="/">
47   - <span id="portal-title">Participa.br</span>
48   - </a>
49   - </div>
50   -
51   - <div role="search" id="portal-searchbox">
52   - <form action="/search">
53   - <input type="text" autocomplete="off" name="query" size="18" title="Buscar no Site" placeholder="Buscar no Site" accesskey="3" class="searchField" id="searchGadget">
54   - <input type="submit" class="searchButton" value="Buscar"></form>
55   - </div>
56   -
57   - <div id="social-icons">
58   - <ul>
59   - <li>
60   - <a id="sb_flickr" title="Flickr" href="#"><span>Flickr</span></a>
61   - </li>
62   - <li>
63   - <a id="sb_face" title="Facebook" href="http://facebook.com/participabr"><span>Facebook</span></a>
64   - </li>
65   - <li>
66   - <a id="sb_youtb" title="Youtube" href="#"><span>Youtube</span></a>
67   - </li>
68   - <li>
69   - <a id="sb_tweet" title="Twitter" href="http://twitter.com/participabr"><span>Twitter</span></a>
70   - </li>
71   - </ul>
72   - </div>
73   - </div>
74   -
75   - <div id="sobre">
76   - <ul>
77   - <li id="link-faq">
78   - <a href="/ajuda/ajuda/duvidas-frequentes">Perguntas frequentes</a>
79   - </li>
80   - <li id="link-contact">
81   - <a href="/contact/portal/new">Contato</a>
82   - </li>
83   - </ul>
84   - </div>
85   - </div>
86   -</div>
87   -
88   -<div id="barra-psocial">
89   - <div id="categories_menu">
90   - <%= theme_include 'categories' %>
91   - </div>
92   -</div>
93   -
94   -<div id="search-header">
95   - <%= render :partial => 'shared/profile_search_form' %>
96   -</div>
97   -
98   -<% if logged_in? && profile.admins.include?(user) %>
99   - <div id="admin-bts">
100   - <a id="cmm-admin" class="quick-admin-link" href='<%= "/myprofile/#{profile.identifier}" %>'>Admin OSC</a>
101   - <a id="edit-blocks" class="quick-admin-link" href='<%= "/myprofile/#{profile.identifier}/profile_design" %>'>Editar blocos</a>
102   - <a id="upload-image" class="quick-admin-link" href='<%= "/myprofile/#{profile.identifier}/cms/upload_files" %>'>Subir imagem</a>
103   - <a id="highlight-image" class="quick-admin-link" href='<%= "/myprofile/#{profile.identifier}/cms/view/71603" %>'>Imagem para destaque<br/>(755px &times; 276px)</a>
104   - <a id="new-post" class="quick-admin-link" href='<%= "/myprofile/#{profile.identifier}/cms/view/61118" %>'>Novo post</a>
105   - </div>
106   -<% end %>
site_title.html.erb 0 → 120000
... ... @@ -0,0 +1 @@
  1 +../participa-theme/site_title.html.erb
0 2 \ No newline at end of file
... ...
site_title.rhtml
... ... @@ -1 +0,0 @@
1   -../participa-theme/site_title.rhtml
2 0 \ No newline at end of file