소스 검색

- Renamed default theme to base

- Merged XSLT and AJAX -based themes
- Added automatic browser detection and mode selection
- Added automatic ajax-html page generation
- Added automatic XSLT theme header generation (no more window template modifications needed!)

svn changeset:189/svn branch:toolkit
tags/6.7.0.beta1
Joonas Lehtinen 17 년 전
부모
커밋
8529dc20fd
4개의 변경된 파일0개의 추가작업 그리고 1666개의 파일을 삭제
  1. 0
    1609
      WebContent/client/client.js
  2. 0
    57
      WebContent/client/debug.css
  3. BIN
      WebContent/client/img/off.gif
  4. BIN
      WebContent/client/img/on.gif

+ 0
- 1609
WebContent/client/client.js
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 0
- 57
WebContent/client/debug.css 파일 보기

@@ -1,57 +0,0 @@
/*
Styles for ajax adapter debug window.
*/
body {
overflow: scroll;
}
* {
font-size: 10pt;
font-family: sans-serif;
}
xmp {
margin: 0px;
padding: 0px;
}
.folded {
margin-top: 4px;
background-color: #eeeeee;
background-image: url(img/on.gif);
background-repeat: no-repeat;
border: 1px dotted gray;
padding-left: 20px;
height: 20px;
width: 100%;
overflow: hidden;
cursor: hand;
cursor: pointer;
}
.unfolded {
margin-top: 4px;
background-color: #eeeeee;
background-image: url(img/off.gif);
background-repeat: no-repeat;
border: 1px dotted gray;
padding-left: 20px;
height:;
width: 100%;
overflow: hidden;
cursor: hand;
cursor: pointer;
}
.normal {
margin-top: 4px;
border-top: 1px dotted gray;
width: 100%;
}
.error {
border: 1px solid red;
}

BIN
WebContent/client/img/off.gif 파일 보기


BIN
WebContent/client/img/on.gif 파일 보기


Loading…
취소
저장