Commit 554852658794a2b829c2cc1c5a1f056e9cfc0d14
1 parent
f0e8d47d
Exists in
master
and in
7 other branches
--no commit message
Showing
2 changed files
with
31 additions
and
5 deletions
Show diff stats
.project
| ... | ... | @@ -27,7 +27,7 @@ |
| 27 | 27 | </natures> |
| 28 | 28 | <filteredResources> |
| 29 | 29 | <filter> |
| 30 | - <id>1340315174274</id> | |
| 30 | + <id>1340317937365</id> | |
| 31 | 31 | <name></name> |
| 32 | 32 | <type>26</type> |
| 33 | 33 | <matcher> |
| ... | ... | @@ -36,16 +36,16 @@ |
| 36 | 36 | </matcher> |
| 37 | 37 | </filter> |
| 38 | 38 | <filter> |
| 39 | - <id>1340315174276</id> | |
| 39 | + <id>1340317937367</id> | |
| 40 | 40 | <name></name> |
| 41 | - <type>10</type> | |
| 41 | + <type>26</type> | |
| 42 | 42 | <matcher> |
| 43 | 43 | <id>org.eclipse.ui.ide.multiFilter</id> |
| 44 | 44 | <arguments>1.0-name-matches-false-false-pacotes</arguments> |
| 45 | 45 | </matcher> |
| 46 | 46 | </filter> |
| 47 | 47 | <filter> |
| 48 | - <id>1340315174279</id> | |
| 48 | + <id>1340317937369</id> | |
| 49 | 49 | <name></name> |
| 50 | 50 | <type>14</type> |
| 51 | 51 | <matcher> |
| ... | ... | @@ -53,5 +53,32 @@ |
| 53 | 53 | <arguments>1.0-name-matches-false-false-.*</arguments> |
| 54 | 54 | </matcher> |
| 55 | 55 | </filter> |
| 56 | + <filter> | |
| 57 | + <id>1340317937371</id> | |
| 58 | + <name></name> | |
| 59 | + <type>26</type> | |
| 60 | + <matcher> | |
| 61 | + <id>org.eclipse.ui.ide.multiFilter</id> | |
| 62 | + <arguments>1.0-name-matches-false-false-compactados</arguments> | |
| 63 | + </matcher> | |
| 64 | + </filter> | |
| 65 | + <filter> | |
| 66 | + <id>1340317937389</id> | |
| 67 | + <name></name> | |
| 68 | + <type>30</type> | |
| 69 | + <matcher> | |
| 70 | + <id>org.eclipse.ui.ide.multiFilter</id> | |
| 71 | + <arguments>1.0-name-matches-false-false-*_compacto*</arguments> | |
| 72 | + </matcher> | |
| 73 | + </filter> | |
| 74 | + <filter> | |
| 75 | + <id>1340317937391</id> | |
| 76 | + <name></name> | |
| 77 | + <type>22</type> | |
| 78 | + <matcher> | |
| 79 | + <id>org.eclipse.ui.ide.multiFilter</id> | |
| 80 | + <arguments>1.0-name-matches-false-false-.project</arguments> | |
| 81 | + </matcher> | |
| 82 | + </filter> | |
| 56 | 83 | </filteredResources> |
| 57 | 84 | </projectDescription> | ... | ... |
admin/php/editortexto.php
| ... | ... | @@ -13,7 +13,6 @@ |
| 13 | 13 | <link rel="stylesheet" type="text/css" href="../html/admin.css"> |
| 14 | 14 | </head> |
| 15 | 15 | <body class=" yui-skin-sam fundoPonto"> |
| 16 | -<center> | |
| 17 | 16 | <div class="bordaSuperior" > </div> |
| 18 | 17 | <div class="mascaraPrincipal" id="divGeral" style="width:80%"> |
| 19 | 18 | <div id=cabecalhoPrincipal ></div> | ... | ... |