Changeset 712
- Timestamp:
- 01/05/10 09:42:49 (2 years ago)
- Location:
- trunk/phpbms
- Files:
-
- 7 modified
-
common/stylesheet/mozilla/sizes.css (modified) (3 diffs)
-
fpdf/fpdi.php (modified) (1 diff)
-
fpdf/fpdi_pdf_parser.php (modified) (1 diff)
-
fpdf/pdf_parser.php (modified) (2 diffs)
-
install/index.php (modified) (1 diff)
-
install/install.css (modified) (1 diff)
-
install/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/phpbms/common/stylesheet/mozilla/sizes.css
r706 r712 21 21 22 22 .notes { 23 font-style: italic;24 23 color: #9F0000; 25 24 line-height: 1.5em; … … 38 37 LEGEND,H2{ 39 38 font-weight:bold; 40 font-size: 15px;39 font-size: 19px; 41 40 color:#455372; 42 41 text-transform:capitalize; … … 53 52 54 53 H2{ 55 border-bottom: 1px solid #ccc; 56 padding:2px; 57 padding-left:3px; 58 padding-bottom:0px; 59 margin:0px; 60 margin-top:35px; 61 margin-bottom:5px; 54 /*border-bottom: 1px solid #ccc;*/ 55 padding: 0; 56 margin: 18px 0 10px; 62 57 } 63 58 64 59 H3{ 65 font-size:1 4px;60 font-size:15px; 66 61 font-weight:bold; 67 margin:2px; 68 margin-top:10px; 69 font-family: Arial, Helvitica, sans-serif; 62 margin:12px 0 5px; 63 font-family: Arial, Helvitica, sans-serif; 70 64 } 71 65 -
trunk/phpbms/fpdf/fpdi.php
r693 r712 83 83 84 84 if (!isset($this->parsers[$fn])) 85 $this->parsers[$fn] = &new fpdi_pdf_parser($fn, $this);85 $this->parsers[$fn] = new fpdi_pdf_parser($fn, $this); 86 86 $this->current_parser =& $this->parsers[$fn]; 87 87 -
trunk/phpbms/fpdf/fpdi_pdf_parser.php
r693 r712 237 237 case '/LZWDecode': 238 238 include_once('filters/FilterLZW_FPDI.php'); 239 $decoder = &new FilterLZW_FPDI($this->fpdi);239 $decoder = new FilterLZW_FPDI($this->fpdi); 240 240 $stream = $decoder->decode($stream); 241 241 break; 242 242 case '/ASCII85Decode': 243 243 include_once('filters/FilterASCII85_FPDI.php'); 244 $decoder = &new FilterASCII85_FPDI($this->fpdi);244 $decoder = new FilterASCII85_FPDI($this->fpdi); 245 245 $stream = $decoder->decode($stream); 246 246 break; -
trunk/phpbms/fpdf/pdf_parser.php
r693 r712 104 104 $this->getPDFVersion(); 105 105 106 $this->c = &new pdf_context($this->f);106 $this->c = new pdf_context($this->f); 107 107 108 108 // Read xref-Data … … 450 450 451 451 if ($this->actual_obj[1][1]['/Length'][0] == PDF_TYPE_OBJREF) { 452 $tmp_c = &new pdf_context($this->f);452 $tmp_c = new pdf_context($this->f); 453 453 $tmp_length = $this->pdf_resolve_object($tmp_c,$this->actual_obj[1][1]['/Length']); 454 454 $length = $tmp_length[1][1]; -
trunk/phpbms/install/index.php
r703 r712 458 458 information about phpBMS, please visit the <a href="http://www.phpbms.org">phpBMS Project web site</a>. The phpBMS project web site 459 459 has many resources to help you including a user wiki, users forum, and mailing list that can help you.</p> 460 <h3>Paid Customization, Installation, Support Options</h3> 461 <p>Paid technical support and phpBMS customization is available from <a href="http://www.kreotek.com">Kreotek</a>,</p> 460 <h3>Paid Installation and Support Options</h3> 461 <p>Paid technical support and phpBMS customization is available from <a href="http://www.kreotek.com">Kreotek</a></p> 462 463 <h2>Help Make phpBMS Better!</h2> 464 465 <h3>Registration</h3> 466 467 <p> 468 Take the time to register your copy of phpBMS. Registration helps 469 guide future development of the project so we can continue to make 470 focus on the communities needs. 471 </p> 472 <p id="registerP">Take a minute to <a href="kreotek.com/registerphpbms">register your copy of phpBMS</a> today.</p> 473 474 <h3>Contribute</h3> 475 476 <p> 477 phpBMS is true open source software. Contributions in the form of code patches, new modules, 478 documentation, and bug reporting are always appreciated. You can find out more about 479 contributing to the project at <a href="http://www.phpbms.org">community web site</a>. 480 </p> 462 481 463 482 </div> -
trunk/phpbms/install/install.css
r682 r712 114 114 } 115 115 116 #registerP { 117 background:white none repeat scroll 0 0; 118 border:1px solid #CCCCCC; 119 font-size:19px; 120 padding:10px; 121 color: #9F0000; 122 text-align:center; 123 margin: 15px 10px; 124 } 125 116 126 #userpassTable{ 117 127 118 margin: 0auto;128 margin: 10px auto; 119 129 120 130 } -
trunk/phpbms/install/update.php
r703 r712 317 317 has many resources to help you including a user wiki, users forum, and mailing list that can help you.</p> 318 318 <h3>Paid Customization, Update, Support Options</h3> 319 <p>Paid technical support and phpBMS customization is available from <a href="http://www.kreotek.com">Kreotek</a>,</p> 320 319 <p>Paid technical support and phpBMS customization is available from <a href="http://www.kreotek.com">Kreotek</a>.</p> 320 321 <h2>Help Make phpBMS Better!</h2> 322 323 <h3>Registration</h3> 324 325 <p> 326 Take the time to register your copy of phpBMS. Registration helps 327 guide future development of the project so we can continue to make 328 focus on the communities needs. 329 </p> 330 <p id="registerP">Take a minute to <a href="kreotek.com/registerphpbms">register your copy of phpBMS</a> today.</p> 331 332 <h3>Contribute</h3> 333 334 <p> 335 phpBMS is true open source software. Contributions in the form of code patches, new modules, 336 documentation, and bug reporting are always appreciated. You can find out more about 337 contributing to the project at <a href="http://www.phpbms.org">community web site</a>. 338 </p> 321 339 </div> 322 340