17 lines
203 B
Plaintext
17 lines
203 B
Plaintext
@{
|
|
Layout = "~/Views/Shared/_Layout.cshtml";
|
|
}
|
|
|
|
|
|
<div id="topoContent">
|
|
|
|
</div>
|
|
|
|
<script>
|
|
$(document).ready(function () {
|
|
|
|
gotoAction('/CxwJournalLog/JournalList');
|
|
|
|
|
|
});
|
|
</script> |