This commit is contained in:
ken 2023-04-13 21:45:40 +08:00
parent ed5227aea1
commit 5070f24a1d
531 changed files with 21 additions and 3 deletions

0
README.md Executable file → Normal file
View File

0
assets/images/announcement-default.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

0
assets/images/announcement-default1.jpg Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

0
assets/images/arr.gif Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 56 B

After

Width:  |  Height:  |  Size: 56 B

0
assets/images/design_thumb.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 324 KiB

After

Width:  |  Height:  |  Size: 324 KiB

0
assets/images/left-01.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

0
assets/images/next.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

0
assets/images/prev.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 4.1 KiB

0
assets/images/right-01.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

0
assets/images/ruling_logo.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB

0
assets/images/search.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 587 B

After

Width:  |  Height:  |  Size: 587 B

0
assets/images/site-logo.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

2
assets/javascripts/app.js Executable file → Normal file
View File

@ -532,6 +532,8 @@ extendPanelWidget();
// 當文件物件模型(DOM)載入後執行init函數
$(document).ready(function() {
$('.i-annc__page-title').after($('.addcontent'));
$('.page-module-title').after($('.addcontent'));
//滾動出現效果
$(window).scroll(function() {
var windowBottom = $(window).scrollTop() + $(window).innerHeight();

0
assets/javascripts/plugin/jquery-bullseye-min.js vendored Executable file → Normal file
View File

0
assets/javascripts/plugin/jquery.mobile.custom.min.js vendored Executable file → Normal file
View File

0
assets/javascripts/plugin/jquery.scrolling-tabs.min.js vendored Executable file → Normal file
View File

0
assets/javascripts/plugin/modernizr.js Executable file → Normal file
View File

0
assets/javascripts/plugin/owl.carousel.min.js vendored Executable file → Normal file
View File

0
assets/javascripts/plugin/picturefill.min.js vendored Executable file → Normal file
View File

0
assets/stylesheets/bootstrap/_mixins.scss Executable file → Normal file
View File

0
assets/stylesheets/bootstrap/_variables.scss Executable file → Normal file
View File

0
assets/stylesheets/bootstrap/bootstrap.min.css vendored Executable file → Normal file
View File

0
assets/stylesheets/template/RWD.scss Executable file → Normal file
View File

0
assets/stylesheets/template/base/_accesskey.scss Executable file → Normal file
View File

0
assets/stylesheets/template/base/_autobackup.bak Executable file → Normal file
View File

0
assets/stylesheets/template/base/_ckeditor-reset.scss Executable file → Normal file
View File

0
assets/stylesheets/template/base/_global.scss Executable file → Normal file
View File

0
assets/stylesheets/template/base/_go_back_top.scss Executable file → Normal file
View File

0
assets/stylesheets/template/base/_mixins.scss Executable file → Normal file
View File

View File

0
assets/stylesheets/template/base/_pagination.scss Executable file → Normal file
View File

View File

0
assets/stylesheets/template/base/_unity.scss Executable file → Normal file
View File

0
assets/stylesheets/template/base/_utilities.scss Executable file → Normal file
View File

0
assets/stylesheets/template/base/_variables.scss Executable file → Normal file
View File

0
assets/stylesheets/template/initial.scss Executable file → Normal file
View File

0
assets/stylesheets/template/jquery.scrolling-tabs.min.css vendored Executable file → Normal file
View File

4
assets/stylesheets/template/layout/content.scss Executable file → Normal file
View File

@ -40,3 +40,7 @@
float: right;
}
}
.addcontent{
width: 100%;
position: relative;
}

0
assets/stylesheets/template/layout/footer.scss Executable file → Normal file
View File

0
assets/stylesheets/template/layout/header.scss Executable file → Normal file
View File

0
assets/stylesheets/template/layout/slide.scss Executable file → Normal file
View File

0
assets/stylesheets/template/modules/ad_banner.scss Executable file → Normal file
View File

1
assets/stylesheets/template/modules/announcement.scss Executable file → Normal file
View File

@ -799,6 +799,7 @@ table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, tabl
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 100%;
}
.i-annc__title {
font-family: $main-font;

0
assets/stylesheets/template/modules/archives.scss Executable file → Normal file
View File

0
assets/stylesheets/template/modules/calendar.scss Executable file → Normal file
View File

0
assets/stylesheets/template/modules/epaper.scss Executable file → Normal file
View File

0
assets/stylesheets/template/modules/faq.scss Executable file → Normal file
View File

0
assets/stylesheets/template/modules/gallery.scss Executable file → Normal file
View File

0
assets/stylesheets/template/modules/member.scss Executable file → Normal file
View File

0
assets/stylesheets/template/modules/menu.scss Executable file → Normal file
View File

View File

0
assets/stylesheets/template/modules/text_marquee.scss Executable file → Normal file
View File

View File

0
assets/stylesheets/template/modules/web_resource.scss Executable file → Normal file
View File

0
assets/stylesheets/template/owl.carousel.min.css vendored Executable file → Normal file
View File

0
assets/stylesheets/template/owl.theme.default.min.css vendored Executable file → Normal file
View File

0
assets/stylesheets/template/print.css Executable file → Normal file
View File

0
assets/stylesheets/template/template.scss Executable file → Normal file
View File

0
assets/stylesheets/template/widget/breadcrumb.scss Executable file → Normal file
View File

0
assets/stylesheets/template/widget/sitemenu.scss Executable file → Normal file
View File

0
home/footer.html.erb Executable file → Normal file
View File

5
home/header.html.erb Executable file → Normal file
View File

@ -36,8 +36,11 @@
</div>
<section class="header-banner" data-pp="900"></section>
<div class="collapse navbar-collapse modules-menu" id="layout-navigation">
<a id="accesskey_menu" title="accesskey menu" accesskey="M" href="#" title="Main menu">:::</a>
<a id="accesskey_menu" title="accesskey menu" accesskey="M" href="#" title="Main menu">:::</a>
<%= render_menu %>
<div class="row">
<section class="layout-content-box col-sm-12" data-pp="666"></section>
</div>
</div>
</div>
</header>

3
home/index.html.erb Executable file → Normal file
View File

@ -15,10 +15,11 @@
<section class="body-banner" data-pp="1"></section>
</div>
</div>
<section class="layout-slide no-print single-child-datapp" data-pp="301"></section>
<div class="layout-content-inner content-inner container">
<div class="floatwrap">
<section class="layout-slide no-print single-child-datapp" data-pp="301"></section>
<div class="row">
<section class="layout-content-box col-sm-8" data-pp="4"></section>
<section class="layout-content-box col-sm-4" data-pp="5"></section>

0
home/menu.html.erb Executable file → Normal file
View File

9
home/page.html.erb Executable file → Normal file
View File

@ -7,7 +7,6 @@
<%= render_orbit_bar %>
<div class="background" data-pp="100"></div>
<%= render_header %>
<section class="layout-slide no-print single-child-datapp" data-pp="300"></section>
<div class="layout-contentwrap">
<div class="layout-content">
<div class="layout-content-inner content-inner container">
@ -20,6 +19,14 @@
<section class="page-content-box col-sm-3" data-pp="903"></section>
</div>
<div class="row">
<div class="addcontent">
<section class="page-content-box col-sm-6" data-pp="801"></section>
<section class="page-content-box col-sm-6" data-pp="802"></section>
<section class="page-content-box col-sm-8" data-pp="803"></section>
<section class="page-content-box col-sm-4" data-pp="804"></section>
<section class="page-content-box col-sm-4" data-pp="805"></section>
<section class="page-content-box col-sm-8" data-pp="806"></section>
</div>
<section class="layout-content-box left-column col-sm-9">
<div class="extra" data-pp="600"></div>
<main id="main-content" class="main-content" data-content="true">

0
home/pagination.html.erb Executable file → Normal file
View File

0
modules/.gitkeep Executable file → Normal file
View File

0
modules/academic_advising/index.html.erb Executable file → Normal file
View File

0
modules/academic_advising/info.json Executable file → Normal file
View File

0
modules/academic_advising/show.html.erb Executable file → Normal file
View File

0
modules/academic_advising/thumbs/thumb.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

0
modules/active/active_index.html.erb Executable file → Normal file
View File

0
modules/active/active_index1.html.erb Executable file → Normal file
View File

0
modules/active/active_index2.html.erb Executable file → Normal file
View File

0
modules/active/info.json Executable file → Normal file
View File

0
modules/active/thumbs/active_index1_thumbs.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

0
modules/active/thumbs/active_index2_thumbs.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

0
modules/active/thumbs/thumb.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

0
modules/ad_banner/_ad_banner_widget0.html.erb Executable file → Normal file
View File

0
modules/ad_banner/_ad_banner_widget1.html.erb Executable file → Normal file
View File

0
modules/ad_banner/_ad_banner_widget2.html.erb Executable file → Normal file
View File

0
modules/ad_banner/_ad_banner_widget2_video.html.erb Executable file → Normal file
View File

0
modules/ad_banner/_ad_banner_widget3.html.erb Executable file → Normal file
View File

0
modules/ad_banner/_ad_banner_widget4.html.erb Executable file → Normal file
View File

0
modules/ad_banner/_ad_banner_widget5.html.erb Executable file → Normal file
View File

0
modules/ad_banner/_ad_banner_widget6.html.erb Executable file → Normal file
View File

0
modules/ad_banner/info.json Executable file → Normal file
View File

0
modules/ad_banner/thumbs/thumb.png Executable file → Normal file
View File

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

0
modules/announcement/_annc_widget1.html.erb Executable file → Normal file
View File

0
modules/announcement/_annc_widget10.html.erb Executable file → Normal file
View File

0
modules/announcement/_annc_widget11.html.erb Executable file → Normal file
View File

0
modules/announcement/_annc_widget12.html.erb Executable file → Normal file
View File

0
modules/announcement/_annc_widget13.html.erb Executable file → Normal file
View File

0
modules/announcement/_annc_widget14.html.erb Executable file → Normal file
View File

0
modules/announcement/_annc_widget15.html.erb Executable file → Normal file
View File

0
modules/announcement/_annc_widget16.html.erb Executable file → Normal file
View File

0
modules/announcement/_annc_widget17.html.erb Executable file → Normal file
View File

0
modules/announcement/_annc_widget18.html.erb Executable file → Normal file
View File

0
modules/announcement/_annc_widget19.html.erb Executable file → Normal file
View File

0
modules/announcement/_annc_widget2.html.erb Executable file → Normal file
View File

Some files were not shown because too many files have changed in this diff Show More