Revision 8040
Added by ben leinfelder over 11 years ago
lib/style/common/templates/metacatui/entryForm.tmpl | ||
---|---|---|
7 | 7 |
|
8 | 8 |
<!-- CONTENT SECTION |
9 | 9 |
======================================================================= --> |
10 |
<article id="EntryForm"> |
|
10 |
<article id="RegistryEntryForm">
|
|
11 | 11 |
<div class="container"> |
12 | 12 |
|
13 | 13 |
<div class="row-fluid"> |
lib/style/common/templates/metacatui/confirmData.tmpl | ||
---|---|---|
1 |
[% INCLUDE $templates.header %] |
|
2 | 1 |
|
3 | 2 |
<!-- CONTENT SECTION |
4 | 3 |
======================================================================= --> |
5 |
<article id="EntryReview"> |
|
4 |
<article id="RegistryEntryReview">
|
|
6 | 5 |
<div class="container"> |
7 | 6 |
|
8 | 7 |
<div class="row-fluid"> |
... | ... | |
660 | 659 |
|
661 | 660 |
</div> |
662 | 661 |
</article> |
663 |
|
|
664 |
[% INCLUDE $templates.footer %] |
|
662 |
|
lib/style/common/templates/metacatui/genericGuide.tmpl | ||
---|---|---|
1 |
[% INCLUDE $templates.header %] |
|
2 | 1 |
|
3 | 2 |
<!-- CONTENT SECTION |
4 | 3 |
======================================================================= --> |
5 |
<article id="EntryReview">
|
|
4 |
<article id="RegistryGuide">
|
|
6 | 5 |
<div class="container"> |
7 | 6 |
|
8 | 7 |
<div class="row-fluid"> |
... | ... | |
413 | 412 |
|
414 | 413 |
</div> |
415 | 414 |
</article> |
416 |
[% INCLUDE $templates.footer %] |
lib/style/common/templates/metacatui/genericResponse.tmpl | ||
---|---|---|
1 | 1 |
|
2 | 2 |
<!-- CONTENT SECTION |
3 | 3 |
======================================================================= --> |
4 |
<article id="ReistryResponse"> |
|
4 |
<article id="RegistryResponse">
|
|
5 | 5 |
<div class="container"> |
6 | 6 |
|
7 | 7 |
<div class="row-fluid"> |
lib/style/common/templates/metacatui/loginForm.tmpl | ||
---|---|---|
4 | 4 |
|
5 | 5 |
<!-- CONTENT SECTION |
6 | 6 |
======================================================================= --> |
7 |
<article id="Login"> |
|
7 |
<article id="RegistryLogin">
|
|
8 | 8 |
<div class="container"> |
9 | 9 |
<div class="row-fluid"> |
10 | 10 |
<div class="span6 pagination-left"> |
Also available in: Unified diff
use consistent article id="RegistryXXX" patterns for css.