Skip to content

Commit

Permalink
Added deprecated warning to shiro-cas sections
Browse files Browse the repository at this point in the history
Also moved rogue style from default.vtl to style.css
  • Loading branch information
bdemers committed Oct 10, 2016
1 parent a766550 commit 9e00c28
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 6 deletions.
27 changes: 27 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -331,3 +331,30 @@ ul.navigation a {
right:-100px;
top:-80px;
}

.github-fork-ribbon.right-top:before {
background-color: #3254a0;
}

.info, .warning {
border: 1px solid;
margin: 10px 0px;
padding: 15px 10px 15px 50px;
background-repeat: no-repeat;
background-position: 10px center;
}
.info > span, .warning >span {
font-weight: bold;
}
.info {
color: #00529B;
background-color: #BDE5F8;
}
.info:before, .warning:before {
content: '\0026a0';

}
.warning {
color: #9F6000;
background-color: #FEEFB3;
}
5 changes: 5 additions & 0 deletions cas.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
<h1><a name="CAS-IntegratingApacheShirowithCASSSOserver"></a>Integrating Apache Shiro with CAS SSO server</h1>

<div class="warning">
<span>NOTE:</span>
Shiro-CAS support is deprecated, support has been moved to the Apache Shiro based <a href="https://github.com/bujiio/buji-pac4j">buji-pac4j</a> project.
</div>

<table align="right" width="275" style="margin-left: 20px; margin-bottom: 20px; border-style: solid; border-width: 2px; border-color: navy" cellpadding="10px">

<tr>
Expand Down
4 changes: 4 additions & 0 deletions download.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,10 @@ <h3><a name="latestBinary"></a>1.3.2 Binary Distribution</h3>
</td>
<td colspan="1" rowspan="1" class="confluenceTd"> Enables Jasig <a class="external-link"
href="http://www.jasig.org/cas">CAS</a> support.
<div class="warning">
<span>NOTE:</span>
Shiro-CAS support is deprecated, support has been moved to the Apache Shiro based <a href="https://github.com/bujiio/buji-pac4j">buji-pac4j</a> project.
</div>
</td>
</tr>
<tr>
Expand Down
6 changes: 0 additions & 6 deletions templates/default.vtl
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,6 @@
<link rel="stylesheet" href="$root/assets/css/gh-pages/gh-fork-ribbon.ie.css" />
<![endif]-->

<style>
.github-fork-ribbon.right-top:before {
background-color: #3254a0;
}
</style>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
<script type="text/javascript" src="$root/assets/js/jquery_googleanalytics/jquery.google-analytics.js"></script>
<script type="text/javascript">
Expand Down

0 comments on commit 9e00c28

Please sign in to comment.