mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-06 23:02:28 +01:00
Update template content and style.
Added inline-(info,warning,error,success) templates. Added contribute/editing_help. git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1584 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1 +1 @@
|
||||
<center class="doc-tpl-box"><p style="text-align:center; width: 350px; border: 1px solid #FFB55F; padding: 2px; background-color: #FFEEBF; color: black;">[[Image:LogoBeta|24px]] '''Beta documentation:''' [[How to contribute to documentation#Beta|see definition]].</p></center>
|
||||
<p class="tpl header-message">[[Image:LogoBeta|24px]] '''Beta documentation:''' [[How to contribute to documentation#Beta|see definition]].</p>
|
||||
|
||||
@@ -1 +1 @@
|
||||
<p style="margin-left: 10px; margin-right: 50px; border: 1px solid #0a427d; padding: 10px; background-color: #eef7fb; color: black;">[[Image:LogoInformation|24px]] '''Info: '''{{{1}}}</p>
|
||||
<p class="tpl info-message">[[Image:LogoInformation|24px]] '''Info: '''{{{1}}}</p>
|
||||
|
||||
1
documentation/trunk/_templates/Inline-Error.tpl
Normal file
1
documentation/trunk/_templates/Inline-Error.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<span class="tpl error-message">{{{1}}}</span>
|
||||
1
documentation/trunk/_templates/Inline-Info.tpl
Normal file
1
documentation/trunk/_templates/Inline-Info.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<span class="tpl info-message">{{{1}}}</span>
|
||||
1
documentation/trunk/_templates/Inline-Success.tpl
Normal file
1
documentation/trunk/_templates/Inline-Success.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<span class="tpl success-message">{{{1}}}</span>
|
||||
1
documentation/trunk/_templates/Inline-Warning.tpl
Normal file
1
documentation/trunk/_templates/Inline-Warning.tpl
Normal file
@@ -0,0 +1 @@
|
||||
<span class="tpl warning-message">{{{1}}}</span>
|
||||
@@ -1,2 +1 @@
|
||||
<span style="background-color:#fafafa; border:1px solid black; padding-left: 3px; padding-right: 3px; padding-top: 1px; padding-bottom: 1px; white-space:nowrap">{{{1|key}}}</span>
|
||||
|
||||
<span class="tpl key-message">{{{1}}}</span>
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
<p style="margin-left: 10px; margin-right: 50px; border: 1px solid #0a427d; padding: 10px; background-color: #eef7fb; color: black;">[[Image:LogoInformation|24px]] '''Note: '''{{{1}}}</p>
|
||||
|
||||
<p class="tpl note-message">[[Image:LogoInformation|24px]] '''Note: '''{{{1}}}</p>
|
||||
|
||||
@@ -1 +1 @@
|
||||
<p style="margin-left: 10px; margin-right: 50px; border: 1px solid #0a427d; padding: 10px; background-color: #EEEEFF; color: black;">[[Image:LogoRecommended|24px]] '''Recommended: '''{{{1}}}</p>
|
||||
<p class="tpl recommended-message">[[Image:LogoRecommended|24px]] '''Recommended: '''{{{1}}}</p>
|
||||
|
||||
@@ -1 +1 @@
|
||||
<center class="doc-tpl-box"><p style="text-align:center; width: 350px; border: 1px solid #0000CC; padding: 2px; background-color: #FFFFFF; color: black;">[[Image:LogoReviewRequested|24px]] '''Review requested: ''' [[How to contribute to documentation#ReviewRequested|see definition]].</p></center>
|
||||
<p class="tpl header-message" style="background-color: #FFFFFF; border-color: black">[[Image:LogoReviewRequested|24px]] '''Review requested: ''' [[How to contribute to documentation#ReviewRequested|see definition]].</p>
|
||||
|
||||
@@ -1 +1 @@
|
||||
<p style="margin-left: 10px; margin-right: 50px; border: 1px solid #0a427d; padding: 10px; background-color: #f3eada; color: black;">[[Image:LogoRule|24px]] '''Rule -- {{{name}}}:''' {{{text}}}</p>
|
||||
<p class="tpl rule-message">[[Image:LogoRule|24px]] '''Rule -- {{{name}}}:''' {{{text}}}</p>
|
||||
|
||||
@@ -1 +1 @@
|
||||
<p style="margin-left: 10px; margin-right: 50px; border: 1px solid #0a427d; padding: 10px; background-color: #eef7fb; color: black;">[[Image:LogoInformation|24px]] '''Sample: '''{{{1}}}</p>
|
||||
<p class="tpl sample-message">[[Image:LogoInformation|24px]] '''Sample:''' {{{1}}}</p>
|
||||
|
||||
@@ -1,8 +1 @@
|
||||
<div style="margin:10px; border: 1px solid #0a427d; padding: 5px; background-color: #eef7fb; color: black;">
|
||||
<table>
|
||||
<tr>
|
||||
<td style="vertical-align:top;">[[Image:LogoInformation|24px]]</td>
|
||||
<td>'''See Also: '''{{{1}}}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
<p class="tpl seealso-message">[[Image:LogoInformation|24px]] '''See Also:''' {{{1}}}</p>
|
||||
|
||||
@@ -1 +1 @@
|
||||
<p style="margin-left: 10px; margin-right: 50px; border: 1px solid #0a427d; padding: 10px; background-color: #eef7fb; color: black;">[[Image:LogoInformation|24px]] '''Tip: '''{{{1}}}</p>
|
||||
<p class="tpl tip-message">[[Image:LogoInformation|24px]] '''Tip: '''{{{1}}}</p>
|
||||
|
||||
@@ -1 +1 @@
|
||||
<center class="doc-tpl-box"><p style="text-align:center; width: 350px; border: 1px solid #FFB55F; padding: 2px; background-color: #FFEEBF; color: black;">[[Image:LogoConstruction|24px]] '''Under construction:''' [[How to contribute to documentation#UnderConstruction|see definition]].</p></center>
|
||||
<p class="tpl header-message">[[Image:LogoConstruction|24px]] '''Under construction:''' [[How to contribute to documentation#UnderConstruction|see definition]].</p>
|
||||
|
||||
@@ -1 +1 @@
|
||||
<center class="doc-tpl-box"><p style="text-align:center; width: 350px; border: 1px solid #FFB55F; padding: 2px; background-color: #FFEEBF; color: black;">[[Image:LogoUpdateNeeded|24px]] '''Update Needed: '''[[How to contribute to documentation#UpdateNeeded|see definition]].</p></center>
|
||||
<p class="tpl header-message">[[Image:LogoUpdateNeeded|24px]] '''Update Needed:''' [[How to contribute to documentation#UpdateNeeded|see definition]].</p>
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
<p style="margin-left: 10px; margin-right: 50px; border: 1px solid #ff5c5c; padding: 10px; background-color: #FFAFAF; color: black;">[[Image:LogoWarning|24px]] '''Warning:''' {{{1}}}</p>
|
||||
|
||||
<p class="tpl warning-message">[[Image:LogoWarning|24px]] '''Warning:''' {{{1}}}</p>
|
||||
|
||||
@@ -1 +1 @@
|
||||
<p style="margin: 5px 10px 10px 10px; border: 1px solid #0A7D19; padding: 3px 10px 3px 10px; background-color: #EFFFF0; color: black;">[[Image:LogoDefinition|24px]] '''Definition -- {{{1}}}''': {{{2}}}</p>
|
||||
<p class="tpl definition-message">[[Image:LogoDefinition|24px]] '''Definition -- {{{1}}}''': {{{2}}}</p>
|
||||
|
||||
Reference in New Issue
Block a user